From: Keir Fraser Date: Fri, 18 Jun 2010 13:07:19 +0000 (+0100) Subject: Makefile: Separate misc dist things from dist target X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11909 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=b45cd947582b25ca25671d67bef91dd16049cae0;p=xen.git Makefile: Separate misc dist things from dist target Separate the miscellaneous actions the dist: target does into its own target so you can run them independently. Signed-off-by: Jeremy Fitzhardinge --- diff --git a/Makefile b/Makefile index d43d824310..946afab7b4 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,9 @@ test: # build and install everything into local dist directory .PHONY: dist dist: DESTDIR=$(DISTDIR)/install -dist: dist-xen dist-kernels dist-tools dist-stubdom dist-docs +dist: dist-xen dist-kernels dist-tools dist-stubdom dist-docs dist-misc + +dist-misc: $(INSTALL_DIR) $(DISTDIR)/check $(INSTALL_DATA) ./COPYING $(DISTDIR) $(INSTALL_DATA) ./README $(DISTDIR)